From 8a15872c8c0902320bc9c5efff66a7c9dfd35df8 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 17 Mar 2005 19:50:54 +0000 Subject: [PATCH] bitkeeper revision 1.1236.34.13 (4239df9exBuYyfIcI7IkAhaxoiouoA) Header fixes. --- xen/arch/x86/x86_32/asm-offsets.c | 1 + xen/arch/x86/x86_64/asm-offsets.c | 1 + 2 files changed, 2 insertions(+) diff --git a/xen/arch/x86/x86_32/asm-offsets.c b/xen/arch/x86/x86_32/asm-offsets.c index 1733fb1240..e0ba6ca760 100644 --- a/xen/arch/x86/x86_32/asm-offsets.c +++ b/xen/arch/x86/x86_32/asm-offsets.c @@ -5,6 +5,7 @@ */ #include +#include #include #define DEFINE(_sym, _val) \ diff --git a/xen/arch/x86/x86_64/asm-offsets.c b/xen/arch/x86/x86_64/asm-offsets.c index 40eee8be08..d05bb2b7af 100644 --- a/xen/arch/x86/x86_64/asm-offsets.c +++ b/xen/arch/x86/x86_64/asm-offsets.c @@ -5,6 +5,7 @@ */ #include +#include #include #define DEFINE(_sym, _val) \ -- 2.30.2